home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBF.ADF / CLI_only / Runback / readme < prev    next >
Text File  |  1989-09-12  |  2KB  |  37 lines

  1. To use this here version of Runback, you must do the following:
  2.  
  3. 1) Add the file MOUNTLIST-ENTRY onto the end of your devs:Mountlist
  4. file. Use a text editor or use the JOIN command.
  5.  
  6. 2) Copy the file NULL-HANDLER into your L: directory.
  7.  
  8. 3) Give the command MOUNT NULL:, preferably in your startup-sequence.
  9.  
  10. 4) And of course put the file RUNBACK (the program itself) in your C:
  11. directory or somewhere else where it'll be handy.
  12.  
  13. 4.5) The other two files (null-runback.c and Paul.h) can be ignored.
  14.  
  15. Once you do this, you will be able to use the Runback command just
  16. like the Run command. Any CLI command you give after the word Runback
  17. will run in the background. The difference between Runback and Run is
  18. that no output will be able to be written to the cli window it was
  19. started from. Runback is generally used for programs that wouldn't
  20. want to send any output there anyway. Run is not suitable for such
  21. programs because it always leaves them the chance to write something
  22. out if they want to, and this means that until the runned program
  23. quits the CLI window it was run from cannot close. Or if you use Run
  24. > NIL: sometimes it can close, but then if the program DOES try
  25. to write something to it ...  blammo, you're toast.  Runback makes it
  26. impossible for the program being run to hold the window open, and
  27. makes it safe for it to try.
  28.  
  29. The differences between this version of Runback and older ones are:
  30. it's quite small (820 bytes), it's pure and can safely be made
  31. resident for speed, it doesn't work without the NULL: device, and it
  32. lacks the feature of a -delay option. I'll add such if anyone asks me
  33. to.
  34.  
  35. This Runback is by Paul Kienitz.  I can probably be reached on
  36. Triple-A bbs, 415-222-9416.
  37.